home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1994 July / PSL Monthly Shareware CD-ROM (Public Software Library) (July 1994).iso / setup.bat < prev    next >
DOS Batch File  |  1994-06-14  |  773b  |  20 lines

  1. echo off
  2. cls
  3. echo The Windows program for accessing the CD is in the PSL_NEWS directory.
  4. echo Before running it, you need to copy the files VBRUN300.DLL and
  5. echo WBTRCALL.DLL to your WINDOWS directory. Then just use Program Manager
  6. echo or File Manager to locate PSL_SHRW.EXE in the PSL_NEWS directory of
  7. echo this CD and run that program.
  8. echo  
  9. echo If your Windows drive and directory are C:\WINDOWS, press Enter to
  10. echo have this batch file copy the necessary files. Otherwise, press Ctrl-C
  11. echo at the following prompt.
  12. echo  
  13. pause
  14. copy runtimes\vbrun300.dll c:\windows
  15. copy runtimes\wbtrcall.dll c:\windows
  16. echo  
  17. echo If no error messages were received above, you are now ready to run
  18. echo PSL_SHRW.EXE which is in the PSL_NEWS directory.
  19. echo  
  20.